home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Special / Multimedia Special (Mustang)(1994).iso / winsound / player / thejuker / install.inf < prev    next >
INI File  |  1994-08-06  |  6KB  |  154 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;The name of this file must be called "install.inf" to work with
  3. ;PInstall.
  4. ;
  5. ;This program can be distributed freely in this beta version only!
  6. ;
  7. ;PInstall v.0.99 beta written by Paul Amonson (amonson@uidaho.edu)
  8. ;Copyright (c) 1994 Paul Amonson
  9. ;
  10. ; NOTE:  This file IS case sensitive!
  11.  
  12.  
  13. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  14. [Install]
  15. ;Name to be displayed in caption of all windows.
  16. ;Required.
  17. Name=The Juker Installation
  18.  
  19. ;Title to be displayed on backdrop for install program.
  20. ;Required.
  21. Title=The Juker Installation
  22.  
  23. ;Description displayed in initial dialog.
  24. ;Optional but highly recommended.
  25. Description=This will install the program to your system. To install click Install. To abort this installation click Exit.
  26.  
  27. ;Where the default installation takes place.
  28. ;Required.
  29. Default Destination Path=C:\JUKER
  30.  
  31. ;Default file installation mode.
  32. ;Optional.
  33. ;  Mode=[<Date>|Always|Never|Ask]
  34.  
  35. ;Number of disks to install from (Default is 1).
  36. ;Optional.
  37. ;  Disks=n
  38.  
  39.  
  40. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  41. ;Installation conditions to be met.  All have defaults, so they are
  42. ;Optional.
  43. [Conditions]
  44. ;Is the processor a 386 or better?
  45. ;  386 or Better=[<Yes>|No]
  46.  
  47. ;Is windows running in enhanced mode?
  48. ;  Enhanced Mode=[<Yes>|No]
  49.  
  50. ;Does the computer have a math coprocessor?
  51. ;  Math Coprocessor=[<Yes>|No]
  52.  
  53. ;Is the Windows Version equal to or greater than nnnn?
  54. ;  Windows Version=nnnn
  55. ;  NOTE:  Empty is the default which means you don't care.
  56.  
  57. ;Is the DOS Version equal to or greater than nnnn?
  58. ;  DOS Version=nnnn
  59. ;  NOTE:  Empty is the default which means you don't care.
  60.  
  61.  
  62. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  63. ;List subdirectories here if any, do not list full paths and do not
  64. ;include install base directory.
  65. ;Optional.
  66. [Directories]
  67.  
  68.  
  69. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  70. ;Put the program manager group name in "Group Name" and then list the
  71. ;installed items.  {n} is the directory where the file can be found.
  72. ;Optional.
  73. ;  Group Name=name                                        (optional).
  74. ;  n=path[,text]
  75. ;     name is the Program Manager group name that is the default.
  76. ;     path is the full path to the file accociated to the icon.
  77. ;     text is the icon label.
  78. ;Special cases in the path are:
  79. ;  {0} is the installation base directory i.e. C:\PINSTALL.
  80. ;  {WIN} is the windows directory.
  81. ;  {SYS} is the windows system directory.
  82. ;  Example:  1={WIN}file.ext,File Name
  83. ;     NOTE:  No backslash after {WIN}.
  84. [Icons]
  85. Group Name=MMS Multimedia
  86. 1={0}juker.exe, The Juker
  87. 2={0}juker.hlp, The Juker's Help
  88. 3={0}survey.txt, The Juker's Survey
  89.  
  90.  
  91. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  92. ;List the drivers to install in the windows environment system.ini in
  93. ;the 386Enh section.
  94. ;Optional.
  95. ;  n=entry,driver file (substitution allowed as in Icons).
  96. [Drivers]
  97.  
  98.  
  99. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  100. ;Modifications (if necessary) to the DOS Environment in both the
  101. ;CONFIG.SYS and AUTOEXEC.BAT.
  102. ;Optional.
  103. ;  Reboot=[<No>|Yes]     (must use if installing DOS device drivers)!
  104. ;  Path=dir[;dir[;dir[...]]]                              (optional).
  105. ;  Files=f                                                (optional).
  106. ;  Buffers=b                                              (optional).
  107. ;  n=variable,value                                       (optional).
  108. ;  Auto n=AUTOEXEC.BAT line to be added to end.           (optional).
  109. ;  Config n=CONFIG.SYS line to be added to end.           (optional).
  110. ;     dir is a directory to add to the path.
  111. ;     f is the minimum number of files.
  112. ;     b is the minimum number of buffers.
  113. ;  NOTE:  Directory substitution is allowed in Path and n entries.
  114. ;  NOTE:  This feature is not implimented in this version.  It is
  115. ;         NOT recommended that a program uses the PATH or other DOS
  116. ;         environment variables.  As for setting FILES and BUFFERS,
  117. ;         use this section to display a message to the user by
  118. ;         putting both Files= and Buffers=.  If present a dialog
  119. ;         box will be displayed informing the user to check his
  120. ;         CONFIG.SYS file and make sure that at least Files and at
  121. ;         least Buffers be set in your CONFIG.SYS file.
  122. [DOS]
  123.  
  124.  
  125. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  126. ;List of variables to be added to the .INI files.
  127. ;Optional.
  128. ;  Restart=[<No>|Yes] (must use if installing drivers into the
  129. ;                      SYSTEM.INI file in all but [386Enh] section
  130. ;                      which should be done in the Drivers section).         
  131. ;  n=inifile,section,entry,value            (optional).
  132. [INI]
  133. 1=SYSTEM.INI,mciseq.drv,disablewarning,true
  134.  
  135.  
  136. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  137. ;List of files on disk #1.
  138. ;At least 1 file required!
  139. ;  n=source file,destination file[,mode]
  140. ;  mode=[<Date>|Always|Never|Ask|Math|Ver:nnnn]
  141. ;  NOTE:  Math:  install if there is no math coprocessor.
  142. ;  NOTE:  Ver:nnnn means install if version is less then nnnn.
  143. ;  NOTE:  Directory substitution is allowed in the destination field.
  144. [1]
  145. 1=juker.ex_,juker.exe
  146. 2=mmsft.dl_,{SYS}mmsft.dll
  147. 3=ctl3dv2.dl_,{SYS}ctl3dv2.dll,Never
  148. 4=juker.hl_,juker.hlp
  149. 5=hello.wa_,hello.wav,Always
  150. 6=default.al_,default.alb
  151. 7=onlyodin.mi_,onlyodin.mid
  152. 8=survey.tx_,survey.txt
  153.  
  154.